From: Eli Zaretskii Date: Mon, 28 Jul 2014 07:18:46 +0000 (+0300) Subject: src/ChangeLog: Fix a typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~210 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6ea6889ab9fe4fa5069a0b28c1a612059fa3b74f;p=emacs.git src/ChangeLog: Fix a typo. --- diff --git a/src/ChangeLog b/src/ChangeLog index 64fb82b78a3..619efb479e6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -2410,7 +2410,7 @@ Avoid undefined behavior with huge regexp interval counts. * regex.c (GET_INTERVAL_COUNT): Rename from 'GET_UNSIGNED_NUMBER', since it's now specialized to interval counts. All uses changed. - Do not assume wrapraound on signed integer overflow. + Do not assume wraparound on signed integer overflow. (regex_compile): Simplify based on the above changes. 2013-12-12 Eli Zaretskii